home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / wstype / source / others.h < prev    next >
Text File  |  1991-10-18  |  438b  |  18 lines

  1. /***   [others.h]
  2. *
  3. *    For GNU C Compiler (GCC)
  4. *
  5. ***/
  6.  
  7. int        WIND_confirm(const char *, const char **);
  8. int        WIND_filesel(const char *, char *);
  9. void    WIND_error(int, const char *);
  10. void    strlow(int, unsigned char *);
  11. int        Cont_path(const char *, int, char *);
  12. void    Konma(unsigned, char *);
  13. const unsigned char    *Getyoubi(int, int, int);
  14. void    TIMER_set(int);
  15. int        TIMER(void);
  16. int        strLE(const char *, int);
  17. void    CLOCK(int);
  18.